Skip to content

Commit b17ccd1

Browse files
committed
Release llamafile v0.8.13
1 parent be94c1f commit b17ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llamafile/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define LLAMAFILE_MAJOR 0
44
#define LLAMAFILE_MINOR 8
5-
#define LLAMAFILE_PATCH 12
5+
#define LLAMAFILE_PATCH 13
66
#define LLAMAFILE_VERSION \
77
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
88

0 commit comments

Comments
 (0)